Regular expression

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Q2hyaXN0aWFuIEhhdmVs?=

    Regular expression

    Hi,

    I have a string that looks like following:

    <arguments>
    <item name=\"FIRSTNAM E\" value=\"' < & >\"/>
    <item name=\"NAME\" value=\"MyName\ "/>
    </arguments>"

    In this string I want to replace < with <
    How can I do this this using recular expression?
    Christian
Working...