Try to find an argument named as name without any additional validation or transformation of the argument such as:
name
getArgumentFromIndex
getArgumentAssignmentFromIndex
If a match is present at index, remove it and return true. Otherwise, return false and do not modify the argument list.
index
Argument list
Index of the argument
Name of the argument
True if a match was found, false otherwise
Try to find an argument named as
name
without any additional validation or transformation of the argument such as:getArgumentFromIndex
getArgumentAssignmentFromIndex
If a match is present at
index
, remove it and return true. Otherwise, return false and do not modify the argument list.