Select text from string

Started by dahmod545 on

Topic category: Help with MCreator software

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Select text from string

Hey guys,

if i have a string variable that has a value of: 

minecraft:zombie minecraft:shulker minecraft:chicken minecraft:shulker...

how would I go on removing one minecraft:shulker from it inside a procedure so that it becomes 

minecraft:zombie minecraft:chicken minecraft:shulker...

open to using any plugin if it is required

thanks!!