You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would have the outside () escaped and not in the capture group and label it a different variable. That being said, it will be easiest to see the full output.
Hi All ,
can anybody help me how do i escape the paranthesis
my requirement is to pull the X86_64_LINUX_IOSD-UNIVERSALK9-M
from the build from the cisco show version output
Cisco IOS Software, CSR1000V Software (X86_64_LINUX_IOSD-UNIVERSALK9-M),
since textfsm has the definition where most of the pattern we want to fetch it needs to be grouped
if i try like
pattern = ((.*)) to extract the (X86_64_LINUX_IOSD-UNIVERSALK9-M)
the textFSM throws the error .
any help on this will be appreciated .
The text was updated successfully, but these errors were encountered: