Jump to content

Problem with StringRegExp


Recommended Posts

Hi.

I want to know why this is not working:

StringRegExp('newdid=104010">City Of Birth<', 'newdid=(\d+)">\w+<', 3)oÝ÷ Ø  ݶ¬Ì(®H§«­¢+ÙMÑÉ¥¹IáÀ Ìäí¹Ý¥ôÄÀÐÀÄÀÅÕ½ÐìÐí
¥Ñä= ¥ÉÑ ±ÐìÌäì°Ìäí¹Ý¥ô ÀäÈí¬¤ÅÕ½ÐìÐìÀäÈíܬÌäì°Ì

As you see I delete "<" ... what can I do that the first will work, because I need < at the end..

Edited by DoctorSLO
Link to comment
Share on other sites

StringRegExp('newdid=104010">City Of Birth<', 'newdid=(\d+)">|(.+)<', 3)

Note that I replaced "\w" with ".". "\w" doesn't work as expected.

[center]It's a question of mind over matter, if I don't mind, it doesn't matter.[/center]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...