vb6parse 1.0.0

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
//! VB6 string functions.

pub mod asc;
pub mod ascb;
pub mod ascw;
pub mod chr;
pub mod chr_dollar;
pub mod chrb;
pub mod chrb_dollar;
pub mod chrw;
pub mod chrw_dollar;
pub mod format;
pub mod format_dollar;
pub mod formatcurrency;
pub mod formatdatetime;
pub mod formatnumber;
pub mod formatpercent;
pub mod instr;
pub mod instrrev;
pub mod lcase;
pub mod lcase_dollar;
pub mod left;
pub mod left_dollar;
pub mod leftb;
pub mod leftb_dollar;
pub mod len;
pub mod lenb;
pub mod ltrim;
pub mod ltrim_dollar;
pub mod mid;
pub mod mid_dollar;
pub mod midb;
pub mod midb_dollar;
pub mod replace;
pub mod right;
pub mod right_dollar;
pub mod rightb;
pub mod rightb_dollar;
pub mod rtrim;
pub mod rtrim_dollar;
pub mod space;
pub mod space_dollar;
pub mod str;
pub mod str_dollar;
pub mod strcomp;
pub mod strconv;
pub mod string_function;
pub mod strreverse;
pub mod trim;
pub mod trim_dollar;
pub mod ucase;
pub mod ucase_dollar;