playMaker

Author Topic: arrayMaker split text to array: blacklist  (Read 3209 times)

junglist

  • Playmaker Newbie
  • *
  • Posts: 21
arrayMaker split text to array: blacklist
« on: July 03, 2013, 12:12:48 PM »
hello again,
soon I will need to be able to blacklist a line containing a character, so if my lines are:

item
item
#noItem
item

then #noItem will not be sent to the array.

It will be some time before set it up myself so I figured i would put it in requests for now
« Last Edit: July 03, 2013, 02:11:44 PM by junglist »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: arrayMaker split text to array: blacklist
« Reply #1 on: July 04, 2013, 06:22:20 AM »
Hi,

 For this, and to become usefull in many other cases, I will integate regex expressions so that when you parse a text or a string, you define a regex. this will give total freedom basically.

bye,

 Jean

junglist

  • Playmaker Newbie
  • *
  • Posts: 21
Re: arrayMaker split text to array: blacklist
« Reply #2 on: July 04, 2013, 01:16:05 PM »
jean,
that is a great idea. Awesome job with arrayMaker by the way, it has been very reliable for me!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: arrayMaker split text to array: blacklist
« Reply #3 on: July 05, 2013, 02:57:54 AM »
Hi,

 Thanks! It's working pretty well indeed, I still have few more major updates to do, and I will be able to qualify it as a version 1 :)

bye,

 Jean