#Retina , (削除) 7 (削除ここまで) 6 bytes
Retina , (削除) 7 (削除ここまで) 6 bytes
!`.0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina , (削除) 7 (削除ここまで) 6 bytes
!`.0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
Retina , (削除) 7 (削除ここまで) 6 bytes
!`.0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina, 7(削除) 7 (削除ここまで) 6 bytes
!`\d0*$`.0*$
Try it online Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina, 7 bytes
!`\d0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina, (削除) 7 (削除ここまで) 6 bytes
!`.0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina#Retina, 7 bytes
!`\d0*$
Try it online Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.
#Retina, 7 bytes
!`\d0*$
Output matches of a digit followed by any zeros at the end of the input string
#Retina, 7 bytes
!`\d0*$
Try it online (all test cases)
Output matches of a digit followed by any zeros at the end of the input string. Though not required, this also happens to work for 0.