Hi everyone,
I have a file where the source contains 2 types of important placeholders:
- {Platform}|platform(XXXX, XXXX, XXXX)
Example: {Platform}|platform(controller, controller, mouse/keyboard)
- {Gender}|gender(“XXXX”, “XXXX”)
Example: {Gender}|gender(“boy”, “girl”)
I need a check to make sure that these placeholders maintain the same structure in the target, where only XXX would differ.
Can you help me?