CodeIgniter Forums
Validate Signed Numeric - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Validate Signed Numeric (/showthread.php?tid=76523)



Validate Signed Numeric - 68thorby68 - 05-20-2020

Hi,
I need to validate a numeric that can be + or - but will never contain decimals.

When using the Ci4 validation, does numeric rule validate + and - or do I need to build a custom rule for this?

Thank you.


RE: Validate Signed Numeric - dave friend - 05-20-2020

The "integer" rule does that.