Hi
I am developing a .net (2003) website, I am using a UTF-8 encoding, most of
the website is in Hebrew.
Hebrew is properly displayed ONLY when I set the "Language for non-Unicode
programs" in the regional settings of my computer to Hebrew, otherwise I see
gibberish.
As I am using UTF...
more >>
I can't seem to find a thorough and easy to understand tutorial on Regular
Expressions.
Any suggestions?
Thank You!
...
more >>
Hi,
i'm using the regular expression \b\w to find the beginning of a word,
in my C# application. If the word is 'public', for example, it works.
However, if the word is '<public', it does not work: it seems that <
is not a valid character, so the beginning of the word starts at
theletter 'p'...
more >>
I've tried this on another group without any resolution, so let me see
if anyone here has an answer - please! ;-)
I have a database with which I must communicate queries via a web-based
interface. The queries are not in a standard format, but involve strings
such as
....&fieldA=value1&fi...
more >>