On 08Jun2019 22:27, Sean Murphy wrote:
Windows 10 OS, Python 3.6
Thanks for this.
I have a couple of queries in relation to extracting content using
regular expressions. I understand [...the regexp syntax...]
The challenge I am finding is getting a pattern to
extract specific word(s). Try
Hello all,
Windows 10 OS, Python 3.6
I have a couple of queries in relation to extracting content using regular
expressions. I understand the pattern chars (.?*+), Meta-chars \d, \D, \W,
\W and so on. The class structure [.]. The group I believe I understand (.).
The repeat feature {m,n}.