Regex !!!
-
hello, imagine that my textarea have the value: [b]hello[/b] now i want to "translate" it into hello to make the text be bold. How can i do that with ASP.NET ? and where should i find those Regular Expression ? Does the Snizt Forum have them ? Thanks a lot !!! :)
-
hello, imagine that my textarea have the value: [b]hello[/b] now i want to "translate" it into hello to make the text be bold. How can i do that with ASP.NET ? and where should i find those Regular Expression ? Does the Snizt Forum have them ? Thanks a lot !!! :)
REGX??? find - and - replace ??? He who controls others may be powerful,
But he who has mastered himself is mightier still. -
REGX??? find - and - replace ??? He who controls others may be powerful,
But he who has mastered himself is mightier still.yes, i want to find that whether the Regular Expression match the value of textarea to make the text be bold
-
hello, imagine that my textarea have the value: [b]hello[/b] now i want to "translate" it into hello to make the text be bold. How can i do that with ASP.NET ? and where should i find those Regular Expression ? Does the Snizt Forum have them ? Thanks a lot !!! :)
Why not simply replace [b] with and [/b] with ?
-
Why not simply replace [b] with and [/b] with ?
well. the example above is just simple. That i want to do is the way that some forum had done.
-
hello, imagine that my textarea have the value: [b]hello[/b] now i want to "translate" it into hello to make the text be bold. How can i do that with ASP.NET ? and where should i find those Regular Expression ? Does the Snizt Forum have them ? Thanks a lot !!! :)
Simple text Find and Replace would be the easy way in this case.. If you want to use Regular Expressions, couple of samples are here : http://dotnetspider.com/technology/search/index.aspx?search=regular%20expression