Javascript - how to find hebrew?

hebrew, javascript, regex, right-to-left

Solution

This will find hebrew letters encoded in the Hebrew Unicode code point range: `[\u0590-\u05FF]`

Problem

i"m trying to fint if a string starts(first letter) width an RTL language/ hebrew. any ideas?

Original source