@@ -575,6 +575,374 @@ export const Versions: IVersion[] = [
575575 }
576576 ]
577577 } ,
578+ {
579+ id : "is-lat-lang-func" ,
580+ title : ".IsLatLang()" ,
581+ isCode : true ,
582+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-lat-lang-func" ) ,
583+ sections : [
584+ {
585+ id : "definition" ,
586+ title : "Definition"
587+ } ,
588+ {
589+ id : "examples" ,
590+ title : "Examples"
591+ } ,
592+ {
593+ id : "example1" ,
594+ title : "Example 1"
595+ } ,
596+ {
597+ id : "example2" ,
598+ title : "Example 2"
599+ }
600+ ]
601+ } ,
602+ {
603+ id : "is-length-func" ,
604+ title : ".IsLength()" ,
605+ isCode : true ,
606+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-length-func" ) ,
607+ sections : [
608+ {
609+ id : "definition" ,
610+ title : "Definition"
611+ } ,
612+ {
613+ id : "examples" ,
614+ title : "Examples"
615+ } ,
616+ {
617+ id : "example1" ,
618+ title : "Example 1"
619+ } ,
620+ {
621+ id : "example2" ,
622+ title : "Example 2"
623+ }
624+ ]
625+ } ,
626+ {
627+ id : "is-mac-address-func" ,
628+ title : ".IsMACAddress()" ,
629+ isCode : true ,
630+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-mac-address-func" ) ,
631+ sections : [
632+ {
633+ id : "definition" ,
634+ title : "Definition"
635+ } ,
636+ {
637+ id : "examples" ,
638+ title : "Examples"
639+ } ,
640+ {
641+ id : "example1" ,
642+ title : "Example 1"
643+ } ,
644+ {
645+ id : "example2" ,
646+ title : "Example 2"
647+ }
648+ ]
649+ } ,
650+ {
651+ id : "is-not-null-func" ,
652+ title : ".IsNotNull()" ,
653+ isCode : true ,
654+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-not-null-func" ) ,
655+ sections : [
656+ {
657+ id : "definition" ,
658+ title : "Definition"
659+ } ,
660+ {
661+ id : "examples" ,
662+ title : "Examples"
663+ } ,
664+ {
665+ id : "example1" ,
666+ title : "Example 1"
667+ } ,
668+ {
669+ id : "example2" ,
670+ title : "Example 2"
671+ }
672+ ]
673+ } ,
674+ {
675+ id : "is-port-func" ,
676+ title : ".IsPort()" ,
677+ isCode : true ,
678+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-port-func" ) ,
679+ sections : [
680+ {
681+ id : "definition" ,
682+ title : "Definition"
683+ } ,
684+ {
685+ id : "examples" ,
686+ title : "Examples"
687+ } ,
688+ {
689+ id : "example1" ,
690+ title : "Example 1"
691+ } ,
692+ {
693+ id : "example2" ,
694+ title : "Example 2"
695+ }
696+ ]
697+ } ,
698+ {
699+ id : "is-postal-code-func" ,
700+ title : ".IsPostalCode()" ,
701+ isCode : true ,
702+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-postal-code-func" ) ,
703+ sections : [
704+ {
705+ id : "definition" ,
706+ title : "Definition"
707+ } ,
708+ {
709+ id : "examples" ,
710+ title : "Examples"
711+ } ,
712+ {
713+ id : "example1" ,
714+ title : "Example 1"
715+ } ,
716+ {
717+ id : "example2" ,
718+ title : "Example 2"
719+ }
720+ ]
721+ } ,
722+ {
723+ id : "is-url-func" ,
724+ title : ".IsUrl()" ,
725+ isCode : true ,
726+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "is-url-func" ) ,
727+ sections : [
728+ {
729+ id : "definition" ,
730+ title : "Definition"
731+ } ,
732+ {
733+ id : "examples" ,
734+ title : "Examples"
735+ } ,
736+ {
737+ id : "example1" ,
738+ title : "Example 1"
739+ } ,
740+ {
741+ id : "example2" ,
742+ title : "Example 2"
743+ }
744+ ]
745+ } ,
746+ {
747+ id : "matches-func" ,
748+ title : ".Matches()" ,
749+ isCode : true ,
750+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "matches-func" ) ,
751+ sections : [
752+ {
753+ id : "definition" ,
754+ title : "Definition"
755+ } ,
756+ {
757+ id : "examples" ,
758+ title : "Examples"
759+ } ,
760+ {
761+ id : "example1" ,
762+ title : "Example 1"
763+ } ,
764+ {
765+ id : "example2" ,
766+ title : "Example 2"
767+ }
768+ ]
769+ } ,
770+ {
771+ id : "max-func" ,
772+ title : ".Max()" ,
773+ isCode : true ,
774+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "max-func" ) ,
775+ sections : [
776+ {
777+ id : "definitions" ,
778+ title : "Definitions"
779+ } ,
780+ {
781+ id : "examples" ,
782+ title : "Examples"
783+ } ,
784+ {
785+ id : "example1" ,
786+ title : "Example 1"
787+ } ,
788+ {
789+ id : "example2" ,
790+ title : "Example 2"
791+ } ,
792+ {
793+ id : "example3" ,
794+ title : "Example 3"
795+ }
796+ ]
797+ } ,
798+ {
799+ id : "max-length-func" ,
800+ title : ".MaxLength()" ,
801+ isCode : true ,
802+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "max-length-func" ) ,
803+ sections : [
804+ {
805+ id : "definition" ,
806+ title : "Definition"
807+ } ,
808+ {
809+ id : "examples" ,
810+ title : "Examples"
811+ } ,
812+ {
813+ id : "example1" ,
814+ title : "Example 1"
815+ } ,
816+ {
817+ id : "example2" ,
818+ title : "Example 2"
819+ }
820+ ]
821+ } ,
822+ {
823+ id : "min-func" ,
824+ title : ".Min()" ,
825+ isCode : true ,
826+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "min-func" ) ,
827+ sections : [
828+ {
829+ id : "definitions" ,
830+ title : "Definitions"
831+ } ,
832+ {
833+ id : "examples" ,
834+ title : "Examples"
835+ } ,
836+ {
837+ id : "example1" ,
838+ title : "Example 1"
839+ } ,
840+ {
841+ id : "example2" ,
842+ title : "Example 2"
843+ } ,
844+ {
845+ id : "example3" ,
846+ title : "Example 3"
847+ }
848+ ]
849+ } ,
850+ {
851+ id : "min-length-func" ,
852+ title : ".MinLength()" ,
853+ isCode : true ,
854+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "min-length-func" ) ,
855+ sections : [
856+ {
857+ id : "definition" ,
858+ title : "Definition"
859+ } ,
860+ {
861+ id : "examples" ,
862+ title : "Examples"
863+ } ,
864+ {
865+ id : "example1" ,
866+ title : "Example 1"
867+ } ,
868+ {
869+ id : "example2" ,
870+ title : "Example 2"
871+ }
872+ ]
873+ } ,
874+ {
875+ id : "optional-func" ,
876+ title : ".Optional()" ,
877+ isCode : true ,
878+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "optional-func" ) ,
879+ sections : [
880+ {
881+ id : "definition" ,
882+ title : "Definition"
883+ } ,
884+ {
885+ id : "examples" ,
886+ title : "Examples"
887+ } ,
888+ {
889+ id : "example1" ,
890+ title : "Example 1"
891+ } ,
892+ {
893+ id : "example2" ,
894+ title : "Example 2"
895+ }
896+ ]
897+ } ,
898+ {
899+ id : "starts-with-func" ,
900+ title : ".StartsWith()" ,
901+ isCode : true ,
902+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "starts-with-func" ) ,
903+ sections : [
904+ {
905+ id : "definition" ,
906+ title : "Definition"
907+ } ,
908+ {
909+ id : "examples" ,
910+ title : "Examples"
911+ } ,
912+ {
913+ id : "example1" ,
914+ title : "Example 1"
915+ } ,
916+ {
917+ id : "example2" ,
918+ title : "Example 2"
919+ }
920+ ]
921+ } ,
922+ {
923+ id : "white-list-func" ,
924+ title : ".WhiteList()" ,
925+ isCode : true ,
926+ route : resolveRoute ( VERSIONS [ "1.0.0" ] , "white-list-func" ) ,
927+ sections : [
928+ {
929+ id : "definition" ,
930+ title : "Definition"
931+ } ,
932+ {
933+ id : "examples" ,
934+ title : "Examples"
935+ } ,
936+ {
937+ id : "example1" ,
938+ title : "Example 1"
939+ } ,
940+ {
941+ id : "example2" ,
942+ title : "Example 2"
943+ }
944+ ]
945+ } ,
578946 ]
579947 }
580948 ]
0 commit comments