Skip to main content
3 of 4
added 227 characters in body
a_subscriber
  • 4.4k
  • 3
  • 25
  • 69

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 (hello, for, check) are lowercase text ? In example1 this function return true , but in example2 this function return false;

a_subscriber
  • 4.4k
  • 3
  • 25
  • 69