Jump to content

sambalec

Active Members
  • Posts

    97
  • Joined

  • Last visited

Everything posted by sambalec

  1. Many thanks for your help ! :-) @Jdelaney : your script is very good for me... just inversing function is missing : Example : the Pizza Service Service Pizza the I need to get same result :-)
  2. Thanks Water, My problem was not with sensitive case, Problem is : Local Const $s1 = "pizza service" Local Const $s2 = "the pizza Service" result is 100 % of difference (is not good for me, il would like about 20 % of difference)
  3. Thank's FireFox and Jdelaney for your help. when I try in your script (Mr FireFox) : Local Const $s1 = "pizza service" Local Const $s2 = "Pizza Service" result is 0 % (perfect for me) But : Local Const $s1 = "pizza service" Local Const $s2 = "the pizza Service" result is 100 % (is not good, il would like about 20 % of difference)
  4. Hello, How can I compare 2 strings to get a percent result about similarity ? Example : String 1 : "Hello Worlds !" String 2 : "Hello my World !!!" I need a % result, for example : 70 % similar... Many thanks ! :-)
  5. I think its a big bug ... maybe encoding ... Can I remove the 1st and the last caracter with a special func ? Thanks EDIT : StringTrimLeft is perfect for me Sambalec
  6. Another problem : $test = StringStripWS(" Enghien les bains ",3) MsgBox(0,"result",$test) It doesn't work with this example, the result is " Enghien les bains " but I need "Enghien les bains" (without first and last whitespace) Can you try for me ? Thanks Sambalec
  7. Hi ! How can I use StringRegExp to remove white space before a string and after the string ? Example : $var = " Testéà' - 123456 " I need this result : $var2 = "Testéà' - 123456" Many thanks. :-) Sambalec
  8. Very nice ! Thanks man !
  9. Hello everybody ! I need to use a regex to split strings... for example, my string is : example1: blablabla (2009) example2: Recording ![DONE] [ALPHA] example3: text [blabla] (2010) What uniq regex can I use to just keep thoses strings : ( removing []() ) example1: blablabla example2: Recording ! example2: text Thanks a lot !
  10. Hi ! How to detect with a autoit command if internet is connected or not connected ? Thank's a lot
  11. Hi ! How can I delete the last character (letter) from a txt file ? Thank's a lot ! Sambalec
  12. Sure, so thanks And how can I see the windows user in autoit ?
  13. Thanks ! but I have a problem, it's show me : BBBB-BBBB-BBBB-BBBB in console
  14. Hi, how can I find with autoit my Windows serial number, and another Windows informations ? Thanks a lot Sambalec
  15. Hello, I want to use a script who can start only on a computer ( not movable, with adress mac recognizing, user windows...), How can I hide or crypt many informations params on my .ini file for example? Thank's a lot ! Sambalec
  16. lol I'm not a hacker... ok so you can remove my post.
  17. Hello How to write in txt file all I write on my keyboard ( log ) ? thank's a lot ! Sambalec
  18. Hello, How can I import a .sql file in mysql (phpmyadmin) with autoit ? many thank's !
  19. hello, how can I start a command in my script at 14H00 and another one at 15H00 ( from local computer hour ) ? Thank's a lot !!
  20. Hello, How can I watch Unicode on MsgBox in autoit ? ( Using win XP ) CODE$unicode = "козерог" Msgbox(0,"Unicode",$unicode) The result is very bad :-(
×
×
  • Create New...