Skip to main content
Post Reopened by Stefan, CommunityBot
deleted 5 characters in body
Source Link
user12563
user12563

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

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;

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;

added 227 characters in body
Source Link
a_subscriber
  • 4.4k
  • 3
  • 25
  • 69

example1:

test "hello""one" hi this is test "for""two" check I need to "check""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;

test "hello" hi this is test "for" check I need to "check" this 

Is it possible to check that text in quotes (hello, for, check) 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;

Post Closed as "Needs details or clarity" by Drew, CommunityBot
added 2 characters in body
Source Link
a_subscriber
  • 4.4k
  • 3
  • 25
  • 69
test "hello" hi this is test "for" check I need to "check" this 

Is it possible to check that text in quotes (hello, for, check) are lowercase text ?

test "hello" hi this is test "for" check I need to "check" this 

Is it possible to check that text in quotes (hello, for, check) are lowercase text ?

test "hello" hi this is test "for" check I need to "check" this 

Is it possible to check that text in quotes (hello, for, check) are lowercase text ?

Source Link
a_subscriber
  • 4.4k
  • 3
  • 25
  • 69
Loading