Skip to main content
4 of 4
deleted 5 characters in body
user avatar
user avatar

How check that text in quotes are lowercase text

example1:

test "one" hi this is test "two" check I need to "three" this 

example2:

test "one" hi this is test "Two" check I need to "three" this 

Is it possible to check that text (some function) in quotes (one, two, three) are lowercase text ? In example1 this function return true , but in example2 this function return false;

a_subscriber
  • 4.4k
  • 3
  • 25
  • 69