Rubular is a great resource for trying things, and there are plenty of tutorials: https://rubular.com/
If you need both, you have a lot of options, but: /hello.*username/ On Saturday, June 22, 2019 at 9:52:28 AM UTC-7, rajagopalan madasami wrote: > > Consider the below code > > b.element(name: /hello|username/).send_keys 'testid' > > > `/hello|username/` represents the or operator, that means it searches the > name which is hello or username, how do I write regular expression which > search for hello and username? > > -- -- Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/watir-general/fc6fa147-73ad-4751-8db7-7679aeab07e5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
