Explain how to use regular expression
Can any one explain how to use regular expression in following example. while entering a name into text field in a window, that window name adds the name we entered to that window. like window name = Properties Text enterd in that window = Sivawindow name = siva Properties text entered in another text box = charanwindow name = siva charan Properties.
How to handle this. Plz can any one explain?
[B]Question asked by visitor Sivacharan[/b]
Re: Explain how to use regular expression
In value field of name property, simple check the option for regular expression and give the value .*
All text will be accepted.