|
|
@ -125,7 +125,7 @@
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
For example, to extract only the numbers from text ‐</br>
|
|
|
|
For example, to extract only the numbers from text ‐</br>
|
|
|
|
<strong>Raw text</strong>: <code>Temperature <span style="color: red">5.5</span>°C in Sydney</code></br>
|
|
|
|
<strong>Raw text</strong>: <code>Temperature <span style="color: red">5.5</span>°C in Sydney</code></br>
|
|
|
|
<strong>RegEx to extract:</strong> <code>Temperature ([0-9\.]+)</code><br/>
|
|
|
|
<strong>RegEx to extract:</strong> <code>Temperature <span style="color: red">([0-9\.]+)</span></code><br/>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<a href="https://RegExr.com/">Be sure to test your RegEx here.</a>
|
|
|
|
<a href="https://RegExr.com/">Be sure to test your RegEx here.</a>
|
|
|
|