Jump to content
UBot Underground

kekc

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

1 Neutral

About kekc

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. In this case I've used $list_from_text with delimiter ":" But anyway, for me more convenient is to use regex. And example above doesn't work. Can someone give me example how to use $find_regular_expression and extract data from variable/text into another variable/list. Thank you.
  2. Yeah you right, but it not make difference. set #row test@test.com:password set #email $find_regular_expression $row ^(.*?):.* single set #password $find_regular_expression $row .*.*?)$ single
  3. Hi, Could someone explain to me how to use $find_regular_expression. Is it work same way as in perl/php For example I need split 1 variable into two, email and password: set #row test@test.com:password set #email $find_regular_expression ^(.*?):.* set #password $find_regular_expression .*.*?)$ doesn't work
  4. Hmmm, same with initial node creation. Maybe because I'm on Mac and running windows under wmware.
  5. Hey, When I'm trying to insert some javascript code(multiple lines) into $eval via "insert string" command it only insert first string ignoring the rest. I is it possible to insert text with break lines into $eval? Thank you.
×
×
  • Create New...