18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Regular expression for digit

gopikannangopikannan Members
edited November -1 in Sahi - Open Source
Hi All,

Please i need regular expression for below line,

_exists(_span("Found 10 non-formulary drugs beginning with 'sodium chloride' that have formulary equivalents by agent."))


i need regular exp for 10 and 'sodium chloride' and agent

Kindly do the needful

Thanks
Gopikannan

Comments

  • ashokashok Members
    Hi Gopi Kannan,

    use .* wherever regular expression needed.

    _exists(_span("/Found .* non-formulary drugs beginning with .* that have formulary equivalents by .*./"))
Sign In or Register to comment.