Jump to content

_IsHex


w0uter
 Share

Recommended Posts

i couldnt find one so i made one.

Func _IsHex($v_C)
    If StringLeft($v_C, 2) & '' = '0x' Then $v_C = StringTrimLeft($v_C, 2)
    StringRegExp($v_C, '\x{' & StringLen($v_C) & '}')
    Return @extended
EndFunc;==> _IsHex()

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...