variable

  1. G

    How to check that every first letter of a data item is Uppercase?

    Hi All, How to check if every first letter of words in a data item is set to uppercase and the rest set to lowercase. ( Variable is the length of words can change in the data item) Data item = "joHn Michael Ryan" = False Data item = "John Micheal Ryan John" = True
  2. M

    Dynamic creation of a variable name. How

    Hi All, In the collection I have several columns named: L_name, P_name, T_name. What I have to do is check where the name is entered and transfer this value to the new table. I want to create a Name column in the new table and put the obtained data there. I thought about doing it in two...
  3. S

    How to loop DOMxpath location?

    Hello, I have a DOMxpath //section[@id='content']/div[3]/ul[1]/li[1]/div[1]/a[1]/img[1] //section[@id='content']/div[3]/ul[1]/li[1]/div[1]/a[1]/img[2] //section[@id='content']/div[3]/ul[1]/li[1]/div[1]/a[1]/img[3] till 18th image, how can i use variable to loop above xpath...
Top