Skip to main content
December 15, 2022
Question

compare two Hebrew string

  • December 15, 2022
  • 2 replies
  • 0 views

Hi,

I need to compare two Hebrew names if they are equal.

Tried using exact function, regex but it doesn't work as expected.

Thanks,

Preethi

2 replies

stefanhelzle0001
Brainy
December 15, 2022

What exactly do you mean with "it doesn't work as expected"?

So you tested "=", exact() and some regex? What was the outcome of each?

December 15, 2022

it just returned false. But it's working now. It seems there was some space at the start. Used trim to solve the issue now. Thanks for time and help!