Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

158
Views
How to write a regular expression test with a message in jasmine

I started using Jasmine. I want to test a validation function but I don't know how to do it.

I wrote the first case. How can I get a message in the event of an error?

Any help will be important to me.

describe('First test, function() {  
 it('First case', function() {
  expect({login: 'first_user'}).toEqual({login: jasmine.stringMatching(/^[A-Za-z-ĘÓŁŚĄŻŹĆŃęółśążźćń0-9.\-_ /]+$/)});
  expect({haslo: 'FirstUser!1'}).toEqual({haslo: jasmine.stringMatching(/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$/)});
 })
}) 

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!