- irregex-replaces STR REPLACES #!optional ALL?procedure
- REPLACES
- (list-of (pair IRX RPLCS)) ;
- RPLCS
- see irregex-replace
(irregex-replaces "Now is the time for all good men." '(("[aei]" "@") ("[ou]" "_")) #t) ;=> "N_w @s th@ t@m@ f_r @ll g__d m@n."
(irregex-replaces "Now is the time for all good men." '(("[aei]" "@") ("[ou]" "_")) #t) ;=> "N_w @s th@ t@m@ f_r @ll g__d m@n."