kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Extract data - minor improvement to example
rodzic
13c25f9b92
commit
f86763dc7a
|
@ -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>
|
||||||
|
|
Ładowanie…
Reference in New Issue